projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733a590
)
Exclude GtkToggleButton::draw-indicator from the notification test
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Jun 2014 14:58:24 +0000
(10:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Jun 2014 14:58:24 +0000
(10:58 -0400)
We reverted to emitting redundant notifications for this, so
don't assert that we don't.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index e86ca65f4b54412580007005ade3fbd0866d8fce..0b963a5a2ff137761d77d158dd8deb0dd503baf0 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-486,6
+486,10
@@
test_type (gconstpointer data)
g_str_equal (pspec->name, "page"))
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_TOGGLE_BUTTON) &&
+ g_str_equal (pspec->name, "draw-indicator"))
+ continue;
+
/* Not supported in subclass */
if (g_str_equal (g_type_name (type), "GtkRecentAction") &&
g_str_equal (pspec->name, "select-multiple"))